SftTree/OCX 7.0

VirtualItem.ItemData Property

Softel vdm, Inc.

Defines the item's application specific value.

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.Data instead

Syntax       

Put

VB.NET

object.ItemData = Data  As Integer

VB

object.ItemData = Data  As Long

C#.NET

int object.ItemData = Data;

VC++

long object->ItemData = Data;
void object->PutItemData(long (null));

C

HRESULT object->put_ItemData(long (null));

Delphi

object.ItemData := Data   : Integer;

object

A VirtualItem object.

Data

Defines the item's application specific value.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.Data instead

The ItemData property defines the item's application specific value.

The VirtualItem.ItemData property is used while handling a VirtualItem event to define the item's application specific value.  The item is described by the VirtualItem event's RowIndex parameter.

See Also  VirtualItem Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com